Skip to content

fix(e2e,tools): use PAS instead of DOT for testnet token strings (#96)#101

Merged
EnderOfWorlds007 merged 1 commit into
mainfrom
fix/pas-token-strings
May 3, 2026
Merged

fix(e2e,tools): use PAS instead of DOT for testnet token strings (#96)#101
EnderOfWorlds007 merged 1 commit into
mainfrom
fix/pas-token-strings

Conversation

@EnderOfWorlds007

Copy link
Copy Markdown
Collaborator

Closes #96.

The Paseo testnet's native token is PAS, not DOT. Two files had outdated 'DOT' strings:

  • e2e/cli/setup/fund.ts: constant rename DOT→PAS + log strings
  • tools/register-e2e-fixtures.ts: same pattern

No behavioral change — values and code paths are identical, only the displayed unit changes from 'DOT' to 'PAS'.

Env vars (DOT_TAG, DOT_TELEMETRY, etc.) and DotNS labels (*.dot domain suffix, dot CLI name) are intentionally NOT touched — they're unrelated to the token symbol.

@github-actions

github-actions Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

Dev build ready — try this branch:

curl -fsSL https://raw.githubusercontent.com/paritytech/playground-cli/main/install.sh | VERSION=dev/fix/pas-token-strings bash

@github-actions

github-actions Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

E2E Test Pass · ✅ PASS

Tag: e2e-ci-pr · Branch: fix/pas-token-strings · Commit: 2b4ac8a · Run logs

Cell Result Time
pr-preflight ✅ PASS 1m59s
pr-deploy-frontend ✅ PASS 5m55s
pr-mod ✅ PASS 2m11s
pr-deploy-foundry ✅ PASS 1m59s
pr-init-session ✅ PASS 1m15s
pr-install ✅ PASS 0m34s
${{ matrix.cell }} ⏭️ SKIP 0m00s
${{ matrix.cell }} ⏭️ SKIP 0m00s

Sentry traces: view spans for this run

@EnderOfWorlds007 EnderOfWorlds007 merged commit b591ef3 into main May 3, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Testnet token strings say DOT but should say PAS

1 participant